home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000019_news@columbia.edu_Tue May 30 20:22:49 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10542
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 1 Jun 1995 03:58:34 -0400
  3. Received: by apakabar.cc.columbia.edu id AA28620
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 1 Jun 1995 03:58:32 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!gatech!bloom-beacon.mit.edu!boulder!spot.Colorado.EDU!grubin
  6. From: grubin@spot.Colorado.EDU (Rick Grubin)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Automating kermit session in a shell script
  9. Date: 30 May 1995 20:22:49 GMT
  10. Organization: University of Colorado, Boulder
  11. Lines: 21
  12. Distribution: na
  13. Message-Id: <3qfuqp$l9f@CUBoulder.Colorado.EDU>
  14. Nntp-Posting-Host: spot.colorado.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17.  
  18. I would like to automate a kermit session between two hosts
  19. in a shell script (or DOS batch file, either way is acceptable).
  20. The two computers in question are connected directly via a serial
  21. connection (null modem cable) or via a local network.  The goal
  22. is to have one computer (either a DOS or Unix host) connect to
  23. a Unix computer, establish a remote kermit server, jump back to
  24. the connect-initiating computer, send files, and then finish the
  25. remote server on the Unix computer.
  26.  
  27. I can do this manually, with no difficulty.  I am struggling
  28. with getting past the "login/password" sequence on the remote
  29. Unix computer, as well as the "escape back to initiating computer"
  30. character sequence, in both Unix shell script and DOS batch files.
  31. Any help with automating this procedure from DOS batch files or
  32. Unix shell scripts would be most appreciated.  Thank you in advance.
  33.  
  34.  
  35.  
  36. -- 
  37. Rick Grubin  grubin@spot.colorado.edu